home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / classic.jar / skin / classic / global / about.css next >
Encoding:
Cascading Style Sheet File  |  2009-09-02  |  723 b   |  54 lines

  1. html {
  2.   background: -moz-Dialog;
  3.   padding: 0 1em;
  4.   font: message-box;
  5. }
  6.  
  7. body {
  8.   color: -moz-FieldText;
  9.   position: relative;
  10.   min-width: 330px;
  11.   max-width: 50em;
  12.   margin: 4em auto;
  13.   border: 1px solid ThreeDShadow;
  14.   -moz-border-radius: 10px;
  15.   padding: 3em;
  16.   -moz-padding-start: 30px;
  17.   background: -moz-Field;
  18. }
  19.  
  20. .aboutPageWideContainer {
  21.   max-width: 80%;
  22. }
  23.  
  24. #aboutLogoContainer {
  25.   border: 1px solid ThreeDLightShadow;
  26.   width: 300px;
  27.   margin-bottom: 2em;
  28. }
  29.  
  30. img {
  31.   border: 0;
  32. }
  33.  
  34. #version {
  35.   font-weight: bold;
  36.   color: #909090;
  37.   margin: -24px 0 9px 17px;
  38. }
  39.  
  40. ul {
  41.   margin: 0;
  42.   -moz-margin-start: 1.5em;
  43.   padding: 0;
  44.   list-style: square;
  45. }
  46.  
  47. ul > li {
  48.   margin-top: .5em;
  49. }
  50.  
  51. th, td {
  52.   padding: 0 5px;
  53. }
  54.